type testing.common

45 uses

	testing (current package)
		benchmark.go#L95: 	common
		benchmark.go#L542: 		common: common{
		benchmark.go#L577: 					common: common{
		benchmark.go#L640: 		common: common{
		benchmark.go#L816: 		common: common{
		fuzz.go#L70: 	common
		fuzz.go#L303: 			common: common{
		fuzz.go#L483: 	root := common{w: os.Stdout} // gather output in one place
		fuzz.go#L503: 			common: common{
		fuzz.go#L542: 	root := common{w: os.Stdout}
		fuzz.go#L574: 		common: common{
		match.go#L66: func (m *matcher) fullName(c *common, subname string) (name string, ok, partial bool) {
		testing.go#L489: type common struct {
		testing.go#L511: 	parent   *common
		testing.go#L559: func (c *common) checkFuzzFn(name string) {
		testing.go#L570: func (c *common) frameSkip(skip int) runtime.Frame {
		testing.go#L644: func (c *common) decorate(s string, skip int) string {
		testing.go#L682: func (c *common) flushToParent(testName, format string, args ...any) {
		testing.go#L715: 	c *common
		testing.go#L782: 	common
		testing.go#L788: func (c *common) private() {}
		testing.go#L795: func (c *common) Name() string {
		testing.go#L799: func (c *common) setRan() {
		testing.go#L809: func (c *common) Fail() {
		testing.go#L823: func (c *common) Failed() bool {
		testing.go#L838: func (c *common) FailNow() {
		testing.go#L868: func (c *common) log(s string) {
		testing.go#L873: func (c *common) logDepth(s string, depth int) {
		testing.go#L908: func (c *common) Log(args ...any) {
		testing.go#L918: func (c *common) Logf(format string, args ...any) {
		testing.go#L924: func (c *common) Error(args ...any) {
		testing.go#L931: func (c *common) Errorf(format string, args ...any) {
		testing.go#L938: func (c *common) Fatal(args ...any) {
		testing.go#L945: func (c *common) Fatalf(format string, args ...any) {
		testing.go#L952: func (c *common) Skip(args ...any) {
		testing.go#L959: func (c *common) Skipf(format string, args ...any) {
		testing.go#L973: func (c *common) SkipNow() {
		testing.go#L983: func (c *common) Skipped() bool {
		testing.go#L992: func (c *common) Helper() {
		testing.go#L1013: func (c *common) Cleanup(f func()) {
		testing.go#L1047: func (c *common) TempDir() string {
		testing.go#L1143: func (c *common) Setenv(key, value string) {
		testing.go#L1173: func (c *common) runCleanup(ph panicHandling) (panicVal any) {
		testing.go#L1465: 		common: common{
		testing.go#L1827: 				common: common{